Multiple fixes
[tpg/opendispense2.git] / src / client / Makefile
index 66c21fa..fa56d77 100644 (file)
@@ -16,8 +16,8 @@ clean:
 
 $(BIN): $(OBJ)
        $(CC) -o $(BIN) $(OBJ) $(LDFLAGS)
-       chown root $(BIN)
-       chmod u+s $(BIN)
+#      chown root $(BIN)
+#      chmod u+s $(BIN)
 
 %.o: %.c
        $(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS)

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