FuckyWucky/Makefile

14 lines
199 B
Makefile
Raw Normal View History

CC = gcc
FLAGS = -m32 -nostdlib -nostdinc -static -Wall -O2
2019-05-04 21:52:52 +00:00
clean: hash
@echo $(step_count)
${CC} ${FLAGS} main.c -o 0.out
2019-05-04 21:52:52 +00:00
remove:
echo "#define output" > hash.txt
rm *.out
2019-05-04 21:52:52 +00:00
hash:
./jasmin.sh