TARGET = ie-virsh $(TARGET): $(TARGET).c $(CC) $(CFLAGS) $(TARGET).c -o $(TARGET) chmod 2711 $(TARGET) sudo chown root $(TARGET) clean: rm $(TARGET)