-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
16 lines (16 loc) · 869 Bytes
/
Makefile
File metadata and controls
16 lines (16 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
all:
gcc VisualisingIMDb.c -L./Linux -lglfw3 -ldl -lm -lX11 -lglad -lGL -lGLU -lpthread -DOS_LINUX -o VisualisingIMDb.o
win:
gcc VisualisingIMDb.c -L./Windows -lglfw3 -lopengl32 -lgdi32 -lglad -lole32 -luuid -DOS_WINDOWS -o VisualisingIMDb.exe
trunc:
gcc TruncateFile.c -L./Windows -lglfw3 -lopengl32 -lgdi32 -lglad -lole32 -luuid -o TruncateFile.exe
trunclin:
gcc TruncateFile.c -L./Linux -lglfw3 -ldl -lm -lX11 -lglad -lGL -lGLU -lpthread -g -Wall -o TruncateFile.o
data:
gcc CreateDatasetNew.c -L./Windows -lglfw3 -lopengl32 -lgdi32 -lglad -lole32 -luuid -Wall -o CreateDatasetNew.exe
datalin:
gcc CreateDataset.c -L./Linux -lglfw3 -ldl -lm -lX11 -lglad -lGL -lGLU -lpthread -O3 -Wall -o CreateDataset.o
val:
gcc logicgatesLinux.c -L./Linux -lglfw3 -ldl -lm -lX11 -lglad -lGL -lGLU -lpthread -g -o logicgatesLinux.o
clean:
rm logicgatesLinux.o