Updated Makefile to include other libraries

This commit is contained in:
2023-03-10 12:59:47 -06:00
parent 2e217aee6d
commit f8b64d9afa

View File

@@ -1,4 +1,4 @@
main: main.c
gcc main.c -o main -L/usr/lib -lXm -lXt -lX11 -l:libXmHTML.so.1.1.10
gcc main.c url_manipulation.c easysock.c -o main -L/usr/lib -lXm -lXt -lX11 -l:libXmHTML.so.1.1.10