oh my that was dumb
This commit is contained in:
parent
6847da8859
commit
217889d082
@ -4,7 +4,8 @@ stat:
|
|||||||
gcc -o $(output) status.c $(flags)
|
gcc -o $(output) status.c $(flags)
|
||||||
|
|
||||||
laptop:
|
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:
|
clean:
|
||||||
rm -f statline
|
rm -f statline
|
||||||
|
Loading…
Reference in New Issue
Block a user