Broke threads.h into two files (for better isolation)
[tpg/acess2.git] / Usermode / Applications / Makefile.tpl
index 9d47931..424d865 100644 (file)
@@ -26,7 +26,7 @@ install: $(_BIN)
 
 $(_BIN): $(OBJ)
        @mkdir -p $(dir $(_BIN))
-       @echo --- $(LD) -o $@
+       @echo [LD] -o $@
 ifneq ($(_DBGMAKEFILE),)
        $(LD) -g $(LDFLAGS) -o $@ $(OBJ) -Map Map.txt
 else
@@ -35,7 +35,7 @@ endif
        @$(DISASM) $(_BIN) > $(BIN).dsm
 
 $(OBJ): $(_OBJPREFIX)%.o: %.c
-       @echo --- GCC -o $@
+       @echo [CC] -o $@
 ifneq ($(_OBJPREFIX),)
        @mkdir -p $(_OBJPREFIX)
 endif

UCC git Repository :: git.ucc.asn.au