This website requires JavaScript.
Explore
Help
Sign In
bjoernf
/
ics_cli
Watch
1
Star
0
Fork
0
You've already forked ics_cli
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0771f0904a
ics_cli
/
makefile
10 lines
104 B
Makefile
Raw
Normal View
History
Unescape
Escape
makefiles work with lowercase m
2023-08-15 19:50:10 +02:00
.PHONY
:
debug
first commit
2023-08-15 16:31:07 +02:00
debug
:
makefiles work with lowercase m
2023-08-15 19:50:10 +02:00
gcc -Wall -g ./src/*.c
first commit
2023-08-15 16:31:07 +02:00
gdb a.out
makefiles work with lowercase m
2023-08-15 19:50:10 +02:00
.PHONY
:
run
first commit
2023-08-15 16:31:07 +02:00
run
:
gcc -Wall ./src/*.c
./a.out
Reference in New Issue
Copy Permalink