hexed: move transfer code here since md code is here too
authornotaz <notasas@gmail.com>
Mon, 16 May 2011 12:15:13 +0000 (15:15 +0300)
committernotaz <notasas@gmail.com>
Mon, 16 May 2011 12:15:13 +0000 (15:15 +0300)
hexed/Makefile
hexed/pc_transfer.c [moved from transfer/transfer.c with 100% similarity]

index ffb1aeb..f480c15 100644 (file)
@@ -19,6 +19,9 @@ a.out : $(OBJS)
 clean:\r
        $(RM) $(TARGET) $(OBJS) $(TARGET).map a.out\r
 \r
+pc_transfer: pc_transfer.c\r
+       gcc -Wall -O2 -ggdb -o $@ $^\r
+\r
 \r
 # ----------- release -----------\r
 ifneq ($(findstring rel,$(MAKECMDGOALS)),)\r
similarity index 100%
rename from transfer/transfer.c
rename to hexed/pc_transfer.c