WTFStopW : a simple stopwatch
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011 |
- all: wtfstopw
-
- wtfstopw: wtfstopw.o
- ld -s -melf_x86_64 wtfstopw.o -o wtfstopw
- wtfstopw.o: wtfstopw.asm
- nasm -felf64 wtfstopw.asm
-
- .PHONY: clean
-
- clean:
- -rm -fv wtfstopw wtfstopw.o
|