Updated build system to remove `install` from `all`
[tpg/acess2.git] / Usermode / Applications / ls_src / Makefile
index 7565624..0ea66db 100644 (file)
@@ -2,26 +2,7 @@
 
 -include ../Makefile.cfg
 
-COBJ = main.o
+OBJ = main.o
 BIN = ../ls
 
-CFLAGS  += -Wall -fno-builtin
-LDFLAGS +=
-
-.PHONY : all clean
-
-all: $(BIN)
-
-$(BIN): $(COBJ)
-       @echo --- $(LD) -o $@
-       @$(LD) $(LDFLAGS) -o $@ $(COBJ) -Map Map.txt
-       objdump -d $(BIN) > $(BIN).dsm
-       $(xCP) $(BIN) $(DISTROOT)/Bin/
-
-clean:
-       $(RM) $(COBJ) $(BIN) $(BIN).dsm Map.txt
-
-$(COBJ): %.o: %.c
-       @echo --- GCC -o $@
-       @$(CC) $(CFLAGS) -c $? -o $@
-
+-include ../Makefile.tpl

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