Program executable now with the correct mimetype

This commit is contained in:
Adrien Bourmault 2021-04-10 22:42:10 +02:00
parent ab780ea237
commit dc5b9b7daf
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ $(BINDIR)/%.so: %.c
# ---- Main recipe ----------------------------------------------------------- # # ---- Main recipe ----------------------------------------------------------- #
$(BINDIR)/gem-graph-server: main.c $(DYNLIBS) $(BINDIR)/gem-graph-server: main.c $(DYNLIBS)
@echo "Building program to $@" @echo "Building program to $@"
@$(CC) $(CCOPTS) $(CCFLAGS) -o $@ $< $(LDFLAGS) @$(CC) $(CCOPTS) -no-pie $(CCFLAGS) -o $@ $< $(LDFLAGS)
@echo "Success!" @echo "Success!"
main.c: main.py main.c: main.py