*** empty log message ***
[h316.git] / pc-tools / ldc / Makefile
index 4824f7d22c692fe5c283ec2444ba5cc8940d5f41..625764e12f0a60ef9ea53e5957d88ae21c3e88f8 100644 (file)
@@ -1,6 +1,4 @@
-default: ldc
-
-all: ldc
+default: install
 
 %.o: %.c *.h
        @echo -n Baue: $@
@@ -13,9 +11,9 @@ ldc: ldc.o process.o hw_helpers.o tape.o split.o
        @gcc -o$@  $^
 
 clean:
-       rm -f *.o ldc
+       rm -f *.o ldc ../../bin/ldc
 
 install: ldc
-       cp ldc $(HOME)/bin
+       cp ldc ../../bin
 
 .PHONY: default all clean install
\ No newline at end of file