respective makefile
This commit is contained in:
@@ -4,7 +4,7 @@ stat:
|
|||||||
gcc -o $(output) status.c $(flags)
|
gcc -o $(output) status.c $(flags)
|
||||||
|
|
||||||
laptop:
|
laptop:
|
||||||
gcc -D LAPTOP status.c -o $(output) status.c $(flags)
|
gcc -D LAPTOP=1 status.c -o $(output) status.c $(flags)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f statline
|
rm -f statline
|
||||||
|
|||||||
Reference in New Issue
Block a user