mirror of
https://github.com/mfocko/blog.git
synced 2025-05-12 14:22:58 +02:00
chore: transfer all KBs to single one
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
d207e870d4
commit
7427475022
159 changed files with 28847 additions and 0 deletions
static/files/pb071/bonuses/03
12
static/files/pb071/bonuses/03/makefile
Normal file
12
static/files/pb071/bonuses/03/makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
CC=gcc
|
||||
CFLAGS=-std=c99 -Wall -Wextra -Werror -Wpedantic
|
||||
|
||||
main:
|
||||
$(CC) $(CFLAGS) main.c -o main
|
||||
|
||||
main_light:
|
||||
$(CC) $(CFLAGS) main_light.c -o main_light
|
||||
|
||||
check: main main_light
|
||||
valgrind ./main
|
||||
valgrind ./main_light
|
Loading…
Add table
Add a link
Reference in a new issue