Changed the target names to bacarf and bacawf.

This commit is contained in:
skarg
2006-01-18 19:35:55 +00:00
parent 65c2f0cce2
commit 553da515dd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ INCLUDES = -I. -Iports/linux -Idemo/object -Idemo/handler
CFLAGS = -Wall -g $(INCLUDES) $(DEFINES)
TARGET = readfile
TARGET = bacarf
SRCS = demo/readfile/readfile.c \
ports/linux/bip-init.c \
+1 -1
View File
@@ -14,7 +14,7 @@ INCLUDES = -I. -Iports/linux -Idemo/object -Idemo/handler
CFLAGS = -Wall -g $(INCLUDES) $(DEFINES)
TARGET = writefile
TARGET = bacawf
SRCS = demo/writefile/writefile.c \
ports/linux/bip-init.c \