changed repo structure
This commit is contained in:
8
2025/cscg/pwn/intro2/Makefile
Normal file
8
2025/cscg/pwn/intro2/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
CC = gcc
|
||||
CFLAGS = -Wall -Wextra -g -std=c99 -g -no-pie
|
||||
|
||||
intro-fmt: intro-fmt.c
|
||||
$(CC) $(CFLAGS) -o intro-fmt intro-fmt.c
|
||||
|
||||
clean:
|
||||
rm -f intro-fmt
|
||||
Reference in New Issue
Block a user