initializing Makefile

This commit is contained in:
2025-10-20 22:19:26 +09:00
parent c50fc23a19
commit 1122a9c541

12
02_bomblab/Makefile Normal file
View File

@@ -0,0 +1,12 @@
TARGET := bomb
section:
readelf -S $(TARGET)
syms:
readelf -s $(TARGET)
dis:
objdump -j $(sect) -d $(TARGET)