This commit is contained in:
2025-07-28 15:47:44 +07:00
commit 765bfc3502
3 changed files with 60 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
run: wrappers
./wrappers
wrappers: main.c
g++ -Wall -o wrappers main.c
clean:
rm -f *.o wrappers