updated the run function so it actually works

This commit is contained in:
Odweta
2023-12-27 17:01:38 +01:00
parent 51d046e790
commit 8ac4a0d584
3 changed files with 4 additions and 24 deletions
+1
View File
@@ -33,6 +33,7 @@ void makefile(char *name, char *path) {
char *payload = "\
CC := gcc\n\
CFLAGS := -Wall -Werror\n\
LIBS := -lvector -lfile -llist -lutil\n\
LIBSPATH := -L/usr/lib/odweta/\n\
INCLUDEDIR := -I/usr/include/odweta/\n\
PATCH := -Wl,-rpath=/usr/lib/odweta/\n\