Kernel/VTerm - "Fix" wrapping issue in VTerm (why was old behavior there?)
[tpg/acess2.git] / Usermode / Applications / init_src / Makefile
index 0ec7739..df032bc 100644 (file)
@@ -4,21 +4,10 @@
 
 CPPFLAGS += 
 CFLAGS  += -Wall -Werror -O3
-LDFLAGS  += 
+LDFLAGS  +=
 
-BIN = ../init
+BIN = init
 OBJ = main.o
+DIR = SBin
 
-.PHONY: all clean
-
-all: $(BIN)
-
-clean:
-       $(RM) $(BIN) $(OBJ)
-
-$(BIN): $(OBJ) Makefile
-       $(LD) $(LDFLAGS) $(OBJ) -o $(BIN)
-       cp $(BIN) $(DISTROOT)/SBin/
-
-%.o: %.c
-       $(CC) $(CFLAGS) -c $< -o $@
+-include ../Makefile.tpl

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