Kernel/VTerm - "Fix" wrapping issue in VTerm (why was old behavior there?)
[tpg/acess2.git] / Tools / Makefile
index e10b765..4264c64 100644 (file)
@@ -1,13 +1,15 @@
 
-.PHONY: all clean nativelib DiskTool NetTest
+.PHONY: all clean
+.PHONY: nativelib DiskTool NetTest
+#.PHONY: nativelib-clean DiskTool-clean NetTest-clean
 
-all: DiskTool NetTest
+all clean: DiskTool NetTest
 
 img2sif: img2sif.c
-       $(CC) -o $@ $< `sdl-config --libs --cflags` -lSDL_image -Wall
+       $(CC) -g -std=c99 -o $@ $< `sdl-config --libs --cflags` -lSDL_image -Wall
 
 nativelib:
-       $(MAKE) -C $@
+       $(MAKE) -C $@ $(MAKECMDGOALS)
 
 DiskTool NetTest: nativelib
-       $(MAKE) -C $@
+       $(MAKE) -C $@ $(MAKECMDGOALS)

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