mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
fix a typo and makefile
This commit is contained in:
8
slsDetectorCalibration/makefile
Normal file
8
slsDetectorCalibration/makefile
Normal file
@ -0,0 +1,8 @@
|
||||
CC=gcc
|
||||
CFLAGS= -g -c -W -lstdc++
|
||||
|
||||
ROOTINCLUDE=$(ROOTSYS)/include
|
||||
|
||||
energyCalibration.o: energyCalibration.cpp
|
||||
$(CC) $(CFLAGS) energyCalibration.cpp -I $(ROOTINCLUDE)
|
||||
|
Reference in New Issue
Block a user