oh my that was dumb

This commit is contained in:
shockrahwow 2019-09-02 02:54:20 -07:00
parent 6847da8859
commit 217889d082

View File

@ -4,7 +4,8 @@ stat:
gcc -o $(output) status.c $(flags)
laptop:
gcc -D LAPTOP=1 status.c -o $(output) status.c $(flags)
# compiling with LAPTOP=1
gcc -D LAPTOP=1 status.c -o $(output) $(flags)
clean:
rm -f statline