Changes in uspace/app/vlaunch/Makefile [b8f1a349:7d27f422] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vlaunch/Makefile
rb8f1a349 r7d27f422 35 35 36 36 SOURCES = \ 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 45 38 46 39 include $(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.