[TPG] Fixes to bugs exposed during move
[tpg/opendispense2.git] / src / client / Makefile
index 8c376c3..748819d 100644 (file)
@@ -1,6 +1,7 @@
 
 CFLAGS := -Wall -Werror -g
 LDFLAGS := -g -lncurses
+# -lssl
 
 BIN := ../../dispense
 OBJ := main.o
@@ -16,6 +17,8 @@ clean:
 
 $(BIN): $(OBJ)
        $(CC) -o $(BIN) $(OBJ) $(LDFLAGS)
+#      chown root $(BIN)
+#      chmod u+s $(BIN)
 
 %.o: %.c
        $(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS)

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