Changeset 106 in libcf for trunk/test/makefile


Ignore:
Timestamp:
05/30/13 16:07:33 (11 years ago)
Author:
cheese
Message:

#1 fix makefile for test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/makefile

    r105 r106  
    1919# label
    2020#----------------------------------------------------------
    21 all: dep
    22     @echo ========== Complete CHEROXY compilation ==========
     21all:
     22    make $(shell ls *.c | awk -F. '{ print $$1 }')
     23
    2324dep: $(OBJ_PATH) $(TARGET_PATH) $(LIB_CF)
    2425
     
    2930$(LIB_CF): dummy
    3031    cd ../src; make all;
    31 
    32 test:
    33     make $(shell ls *.c | awk -F. '{ print $$1 }')
    3432
    3533%: %.c
Note: See TracChangeset for help on using the changeset viewer.