cmdline: big rework and clean of cmdline library
[libcmdline.git] / build / calculator_standalone / Makefile
index 523a8a8..53383be 100755 (executable)
@@ -2,7 +2,7 @@ SRC = main.c commands.c
 
 OBJS = $(SRC:%.c=%.o)
 
-PROG = server
+PROG = standalone
 LDLIB = ../lib/libcmdline.a
 
 all: $(PROG)