mirror of
https://github.com/Hizenberg469/BPIT-ATTENDANCE.git
synced 2026-04-20 02:02:25 +03:00
initial commit
This commit is contained in:
10
shubham/html/Auth/Makefile
Normal file
10
shubham/html/Auth/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
TARGET: auth_exe
|
||||
auth_exe: auth.o main.o
|
||||
gcc auth.o main.o -o auth_exe `mysql_config --cflags --libs` -lm
|
||||
auth.o: auth.c
|
||||
gcc -c auth.c -o auth.o
|
||||
main.o: main.c
|
||||
gcc -c main.c -o main.o `mysql_config --cflags --libs`
|
||||
clean:
|
||||
rm auth.o
|
||||
rm main.o
|
||||
Reference in New Issue
Block a user