diff options
author | johannst <johannst@users.noreply.github.com> | 2025-03-14 01:19:37 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2025-03-14 01:19:37 +0000 |
commit | b6627f53bf459334446bb1e2c51728a764c8651d (patch) | |
tree | 91d1326986ddb28a4bf29071c6db1bd379814402 /arch/x86/cpuid/Makefile | |
parent | 2413e9cbad620ca20b3aaffeb9cf4bb132e6113f (diff) | |
download | notes-b6627f53bf459334446bb1e2c51728a764c8651d.tar.gz notes-b6627f53bf459334446bb1e2c51728a764c8651d.zip |
deploy: cb9e06f3a5bd9d42494e6abdaf61fb3fe19d4ea4
Diffstat (limited to 'arch/x86/cpuid/Makefile')
-rw-r--r-- | arch/x86/cpuid/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/cpuid/Makefile b/arch/x86/cpuid/Makefile new file mode 100644 index 0000000..577d96a --- /dev/null +++ b/arch/x86/cpuid/Makefile @@ -0,0 +1,5 @@ +a.out: cpuid.c + gcc -g cpuid.c + +clean: + $(RM) a.out |