Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/vlaunch/Makefile

    rb8f1a349 r7d27f422  
    3535
    3636SOURCES = \
    37         vlaunch.c \
    38         images.c
    39 
    40 IMAGES = \
    41         gfx/helenos.tga
    42 
    43 PRE_DEPEND = images.c images.h
    44 EXTRA_CLEAN = images.c images.h
     37        vlaunch.c
    4538
    4639include $(USPACE_PREFIX)/Makefile.common
    47 
    48 images.c images.h: $(IMAGES)
    49         $(ROOT_PATH)/tools/mkarray.py images COMPOSITOR_IMAGES $^
Note: See TracChangeset for help on using the changeset viewer.