Program executable now with the correct mimetype
This commit is contained in:
parent
ab780ea237
commit
dc5b9b7daf
|
@ -42,7 +42,7 @@ $(BINDIR)/%.so: %.c
|
|||
# ---- Main recipe ----------------------------------------------------------- #
|
||||
$(BINDIR)/gem-graph-server: main.c $(DYNLIBS)
|
||||
@echo "Building program to $@"
|
||||
@$(CC) $(CCOPTS) $(CCFLAGS) -o $@ $< $(LDFLAGS)
|
||||
@$(CC) $(CCOPTS) -no-pie $(CCFLAGS) -o $@ $< $(LDFLAGS)
|
||||
@echo "Success!"
|
||||
|
||||
main.c: main.py
|
||||
|
|
Loading…
Reference in New Issue