Motenpoche/msc_content/Makefile
2023-06-10 01:04:44 +02:00

7 lines
79 B
Makefile

all: mep
mep: mep.c
gcc -g -ggdb -o mep mep.c -lwolfssl
clean:
rm -f mep